bee.context
class
HoneyContext:
Context for Bee framework.
@staticmethod
def
is_active_conn(conn):
check the connection whether is active.
Parameters
- conn: connection
Returns
if connection is active return True, else return False.