Public Member Functions | |
def | __getattr__ |
def | __init__ |
def | execute |
Public Attributes | |
real_cursor |
Definition at line 62 of file profiler.py.
def pyclearsilver.profiler.ProfilerCursor.__init__ | ( | self, | |
real_cursor | |||
) |
Definition at line 63 of file profiler.py.
def pyclearsilver.profiler.ProfilerCursor.__getattr__ | ( | self, | |
key | |||
) |
Definition at line 72 of file profiler.py.
def pyclearsilver.profiler.ProfilerCursor.execute | ( | self, | |
query, | |||
args = None |
|||
) |
Definition at line 66 of file profiler.py.
Definition at line 63 of file profiler.py.