Public Member Functions | |
| def | __getattr__ (self, key) |
| def | __init__ (self, real_cursor) |
| def | execute (self, query, args=None) |
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.
| pyclearsilver.profiler.ProfilerCursor.real_cursor |
Definition at line 64 of file profiler.py.