MCPcopy Create free account

hub / github.com/Duroktar/Wolf / types & classes

Types & classes121 in github.com/Duroktar/Wolf

↓ 88 callersClassMovedAttribute
scripts/six.py:139
↓ 45 callersClassMovedModule
scripts/six.py:103
↓ 6 callersClassAnd
`And` predicate. Exits at the first sub-predicate that returns ``False``.
scripts/hunter/predicates.py:276
↓ 6 callersClassNot
`Not` predicate.
scripts/hunter/predicates.py:370
↓ 6 callersClassOr
`Or` predicate. Exits at first sub-predicate that returns ``True``.
scripts/hunter/predicates.py:323
↓ 5 callersClass_Factory
This class makes everything work. It a metaclass for the class that users are going to use. Each new chain rebuilds everything.
scripts/fields/__init__.py:277
↓ 4 callersClassOrderedDict
scripts/fields/py2ordereddict.py:26
↓ 4 callersClassQuery
A query class. See :class:`hunter.Event` for fields that can be filtered on.
scripts/hunter/predicates.py:28
↓ 3 callersClassAnsiToWin32
Implements a 'write()' method which, on Windows, will strip ANSI character sequences from the text, and if outputting to a tty, will convert
scripts/colorama/ansitowin32.py:43
↓ 3 callersClassUnparser
Methods in this class recursively traverse an AST and output source code for the abstract syntax; original formatting is disregarded.
scripts/astunparse/unparser.py:27
↓ 3 callersClass_SealerWrapper
Primitive wrapper around a function that makes it `un-bindable`. When you add a function in the namespace of a class it will be bound (becom
scripts/fields/__init__.py:258
↓ 2 callersClassCONSOLE_SCREEN_BUFFER_INFO
struct in wincon.h.
scripts/colorama/win32.py:21
↓ 2 callersClassValidationError
scripts/fields/extras.py:8
↓ 2 callersClassWhen
Runs ``actions`` when ``condition(event)`` is ``True``. Actions take a single ``event`` argument.
scripts/hunter/predicates.py:229
↓ 1 callersClassAnsiBack
scripts/colorama/ansi.py:71
↓ 1 callersClassAnsiCursor
scripts/colorama/ansi.py:36
↓ 1 callersClassAnsiFore
scripts/colorama/ansi.py:49
↓ 1 callersClassAnsiStyle
scripts/colorama/ansi.py:93
↓ 1 callersClassEvent
Event wrapper for ``frame, kind, arg`` (the arguments the settrace function gets). This objects is passed to your custom functions or predica
scripts/hunter/event.py:33
↓ 1 callersClassModule_six_moves_urllib
Create a six.moves.urllib namespace that resembles the Python 3 namespace
scripts/six.py:475
↓ 1 callersClassModule_six_moves_urllib_error
Lazy loading of moved objects in six.moves.urllib_error
scripts/six.py:364
↓ 1 callersClassModule_six_moves_urllib_parse
Lazy loading of moved objects in six.moves.urllib_parse
scripts/six.py:322
↓ 1 callersClassModule_six_moves_urllib_request
Lazy loading of moved objects in six.moves.urllib_request
scripts/six.py:384
↓ 1 callersClassModule_six_moves_urllib_response
Lazy loading of moved objects in six.moves.urllib_response
scripts/six.py:436
↓ 1 callersClassModule_six_moves_urllib_robotparser
Lazy loading of moved objects in six.moves.urllib_robotparser
scripts/six.py:457
↓ 1 callersClassPrinter
scripts/astunparse/printer.py:7
↓ 1 callersClassRemoteStream
scripts/hunter/remote.py:30
↓ 1 callersClassStreamWrapper
Wraps a stream (such as stdout), acting as a transparent proxy for all attribute access apart from method 'write()', which is delegated to ou
scripts/colorama/ansitowin32.py:24
↓ 1 callersClassTracer
Trace object.
scripts/hunter/tracer.py:9
↓ 1 callersClassWinTerm
scripts/colorama/winterm.py:22
↓ 1 callersClassX
scripts/six.py:60
↓ 1 callersClass_MovedItems
Lazy loading of moved objects
scripts/six.py:229
↓ 1 callersClass_SixMetaPathImporter
A meta path importer to import six.moves and its submodules. This class implements a PEP302 finder and loader. It should be compatible w
scripts/six.py:164
↓ 1 callersClassmetaclass
scripts/six.py:824
↓ 1 callersClassmetaclass
scripts/fields/__init__.py:51
Class
src/output.ts:7
Class
src/tracer.ts:10
Class
src/sessions.ts:8
Class
src/errors.ts:1
Class
src/api.ts:45
Class
src/decorations.ts:34
ClassAction
scripts/hunter/actions.py:47
ClassAnsiCodes
scripts/colorama/ansi.py:25
ClassCallPrinter
An action that just prints the code being executed, but unlike :obj:`hunter.CodePrinter` it indents based on callstack depth and it also show
scripts/hunter/actions.py:216
ClassCodePrinter
An action that just prints the code being executed. Args: stream (file-like): Stream to write to. Default: ``sys.stderr``. f
scripts/hunter/actions.py:136
ClassColorStreamAction
scripts/hunter/actions.py:80
ClassDebugger
An action that starts ``pdb``.
scripts/hunter/actions.py:52
ClassFieldsBase
scripts/fields/__init__.py:139
ClassIterator
scripts/six.py:561
ClassManhole
scripts/hunter/actions.py:67
ClassNamespace
A backport of Python 3.3's ``types.SimpleNamespace``.
scripts/fields/__init__.py:383
ClassPyGetSetDef
scripts/hunter/_predicates.c:19357
ClassPyGetSetDef
scripts/hunter/_event.c:6383
ClassPyGetSetDef
scripts/hunter/_tracer.c:4042
ClassPyModuleDef
scripts/hunter/_predicates.c:21675
ClassPyModuleDef
scripts/hunter/_event.c:6635
ClassPyModuleDef
scripts/hunter/_tracer.c:4115
ClassPythonTracer
src/tracer.ts:10
ClassStop
scripts/hunter/__init__.py:142
ClassVarsPrinter
An action that prints local variables and optionally global variables visible from the current executing frame. Args: *names (string
scripts/hunter/actions.py:316
ClassWinColor
scripts/colorama/winterm.py:6
ClassWinStyle
scripts/colorama/winterm.py:17
ClassWolfAPI
src/api.ts:45
InterfaceWolfActiveSessionCollection
src/types.ts:16
InterfaceWolfDecorationMapping
src/types.ts:37
InterfaceWolfDecorationOptions
src/types.ts:41
InterfaceWolfDecorations
src/types.ts:54
ClassWolfDecorationsController
src/decorations.ts:34
ClassWolfError
src/errors.ts:1
InterfaceWolfGutterDecorationOptions
src/types.ts:20
InterfaceWolfLineDecoration
src/types.ts:27
ClassWolfOutputController
src/output.ts:7
ClassWolfSessionController
src/sessions.ts:8
InterfaceWolfStandardDecorationTypes
src/types.ts:49
InterfaceWolfTraceLineResult
src/types.ts:59
InterfaceWolfTracerInterface
src/types.ts:73
Class_LazyDescr
scripts/six.py:86
Class_LazyModule
scripts/six.py:124
Class__Pyx_CodeObjectCache
scripts/hunter/_predicates.c:1535
Class__Pyx_CodeObjectCache
scripts/hunter/_event.c:1329
Class__Pyx_CodeObjectCache
scripts/hunter/_tracer.c:1280
Class__base__
scripts/fields/__init__.py:62
Class__pyx_obj_6hunter_11_predicates_And
scripts/hunter/_predicates.c:692
Class__pyx_obj_6hunter_11_predicates_And
scripts/hunter/_tracer.c:700
Class__pyx_obj_6hunter_11_predicates_Not
scripts/hunter/_predicates.c:694
Class__pyx_obj_6hunter_11_predicates_Not
scripts/hunter/_tracer.c:702
Class__pyx_obj_6hunter_11_predicates_Or
scripts/hunter/_predicates.c:693
Class__pyx_obj_6hunter_11_predicates_Or
scripts/hunter/_tracer.c:701
Class__pyx_obj_6hunter_11_predicates_Query
--- Type declarations ---*/
scripts/hunter/_predicates.c:691
Class__pyx_obj_6hunter_11_predicates_Query
scripts/hunter/_tracer.c:699
Class__pyx_obj_6hunter_11_predicates_When
scripts/hunter/_predicates.c:695
Class__pyx_obj_6hunter_11_predicates_When
scripts/hunter/_tracer.c:703
Class__pyx_obj_6hunter_11_predicates___pyx_scope_struct_10_genexpr
scripts/hunter/_predicates.c:706
Class__pyx_obj_6hunter_11_predicates___pyx_scope_struct_11___str__
scripts/hunter/_predicates.c:707
Class__pyx_obj_6hunter_11_predicates___pyx_scope_struct_12_genexpr
scripts/hunter/_predicates.c:708
Class__pyx_obj_6hunter_11_predicates___pyx_scope_struct_1_genexpr
scripts/hunter/_predicates.c:697
Class__pyx_obj_6hunter_11_predicates___pyx_scope_struct_2_genexpr
scripts/hunter/_predicates.c:698
Class__pyx_obj_6hunter_11_predicates___pyx_scope_struct_3___repr__
scripts/hunter/_predicates.c:699
Class__pyx_obj_6hunter_11_predicates___pyx_scope_struct_4_genexpr
scripts/hunter/_predicates.c:700
Class__pyx_obj_6hunter_11_predicates___pyx_scope_struct_5___init__
scripts/hunter/_predicates.c:701
next →1–100 of 121, ranked by callers