MCPcopy Index your code
hub / github.com/python/cpython / FuncPtr

Class FuncPtr

Tools/c-analyzer/c_parser/info.py:1108–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106
1107
1108class FuncPtr(TypeDeclaration):
1109
1110 def __init__(self, vartype):
1111 _file = _name = _parent = None
1112 data = vartype
1113 self.vartype = vartype
1114 super().__init__(_file, _name, data, _parent, _shortkey=f'<{vartype}>')
1115
1116
1117class TypeDef(TypeDeclaration):

Callers 1

resolve_declFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…