Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duroktar/Wolf
/ types & classes
Types & classes
121 in github.com/Duroktar/Wolf
⨍
Functions
1,124
◇
Types & classes
121
↓ 88 callers
Class
MovedAttribute
scripts/six.py:139
↓ 45 callers
Class
MovedModule
scripts/six.py:103
↓ 6 callers
Class
And
`And` predicate. Exits at the first sub-predicate that returns ``False``.
scripts/hunter/predicates.py:276
↓ 6 callers
Class
Not
`Not` predicate.
scripts/hunter/predicates.py:370
↓ 6 callers
Class
Or
`Or` predicate. Exits at first sub-predicate that returns ``True``.
scripts/hunter/predicates.py:323
↓ 5 callers
Class
_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 callers
Class
OrderedDict
scripts/fields/py2ordereddict.py:26
↓ 4 callers
Class
Query
A query class. See :class:`hunter.Event` for fields that can be filtered on.
scripts/hunter/predicates.py:28
↓ 3 callers
Class
AnsiToWin32
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 callers
Class
Unparser
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 callers
Class
_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 callers
Class
CONSOLE_SCREEN_BUFFER_INFO
struct in wincon.h.
scripts/colorama/win32.py:21
↓ 2 callers
Class
ValidationError
scripts/fields/extras.py:8
↓ 2 callers
Class
When
Runs ``actions`` when ``condition(event)`` is ``True``. Actions take a single ``event`` argument.
scripts/hunter/predicates.py:229
↓ 1 callers
Class
AnsiBack
scripts/colorama/ansi.py:71
↓ 1 callers
Class
AnsiCursor
scripts/colorama/ansi.py:36
↓ 1 callers
Class
AnsiFore
scripts/colorama/ansi.py:49
↓ 1 callers
Class
AnsiStyle
scripts/colorama/ansi.py:93
↓ 1 callers
Class
Event
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 callers
Class
Module_six_moves_urllib
Create a six.moves.urllib namespace that resembles the Python 3 namespace
scripts/six.py:475
↓ 1 callers
Class
Module_six_moves_urllib_error
Lazy loading of moved objects in six.moves.urllib_error
scripts/six.py:364
↓ 1 callers
Class
Module_six_moves_urllib_parse
Lazy loading of moved objects in six.moves.urllib_parse
scripts/six.py:322
↓ 1 callers
Class
Module_six_moves_urllib_request
Lazy loading of moved objects in six.moves.urllib_request
scripts/six.py:384
↓ 1 callers
Class
Module_six_moves_urllib_response
Lazy loading of moved objects in six.moves.urllib_response
scripts/six.py:436
↓ 1 callers
Class
Module_six_moves_urllib_robotparser
Lazy loading of moved objects in six.moves.urllib_robotparser
scripts/six.py:457
↓ 1 callers
Class
Printer
scripts/astunparse/printer.py:7
↓ 1 callers
Class
RemoteStream
scripts/hunter/remote.py:30
↓ 1 callers
Class
StreamWrapper
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 callers
Class
Tracer
Trace object.
scripts/hunter/tracer.py:9
↓ 1 callers
Class
WinTerm
scripts/colorama/winterm.py:22
↓ 1 callers
Class
X
scripts/six.py:60
↓ 1 callers
Class
_MovedItems
Lazy loading of moved objects
scripts/six.py:229
↓ 1 callers
Class
_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 callers
Class
metaclass
scripts/six.py:824
↓ 1 callers
Class
metaclass
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
Class
Action
scripts/hunter/actions.py:47
Class
AnsiCodes
scripts/colorama/ansi.py:25
Class
CallPrinter
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
Class
CodePrinter
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
Class
ColorStreamAction
scripts/hunter/actions.py:80
Class
Debugger
An action that starts ``pdb``.
scripts/hunter/actions.py:52
Class
FieldsBase
scripts/fields/__init__.py:139
Class
Iterator
scripts/six.py:561
Class
Manhole
scripts/hunter/actions.py:67
Class
Namespace
A backport of Python 3.3's ``types.SimpleNamespace``.
scripts/fields/__init__.py:383
Class
PyGetSetDef
scripts/hunter/_predicates.c:19357
Class
PyGetSetDef
scripts/hunter/_event.c:6383
Class
PyGetSetDef
scripts/hunter/_tracer.c:4042
Class
PyModuleDef
scripts/hunter/_predicates.c:21675
Class
PyModuleDef
scripts/hunter/_event.c:6635
Class
PyModuleDef
scripts/hunter/_tracer.c:4115
Class
PythonTracer
src/tracer.ts:10
Class
Stop
scripts/hunter/__init__.py:142
Class
VarsPrinter
An action that prints local variables and optionally global variables visible from the current executing frame. Args: *names (string
scripts/hunter/actions.py:316
Class
WinColor
scripts/colorama/winterm.py:6
Class
WinStyle
scripts/colorama/winterm.py:17
Class
WolfAPI
src/api.ts:45
Interface
WolfActiveSessionCollection
src/types.ts:16
Interface
WolfDecorationMapping
src/types.ts:37
Interface
WolfDecorationOptions
src/types.ts:41
Interface
WolfDecorations
src/types.ts:54
Class
WolfDecorationsController
src/decorations.ts:34
Class
WolfError
src/errors.ts:1
Interface
WolfGutterDecorationOptions
src/types.ts:20
Interface
WolfLineDecoration
src/types.ts:27
Class
WolfOutputController
src/output.ts:7
Class
WolfSessionController
src/sessions.ts:8
Interface
WolfStandardDecorationTypes
src/types.ts:49
Interface
WolfTraceLineResult
src/types.ts:59
Interface
WolfTracerInterface
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