MCPcopy Create free account
hub / github.com/enthought/comtypes / add_argument

Method add_argument

comtypes/tools/typedesc.py:115–118  ·  view source on GitHub ↗
(
        self, typ: Any, name: str, idlflags: list[str], default: Optional[Any]
    )

Source from the content-addressed store, hash-verified

113 self.arguments: list[tuple[Any, str, list[str], Optional[Any]]] = []
114
115 def add_argument(
116 self, typ: Any, name: str, idlflags: list[str], default: Optional[Any]
117 ) -> None:
118 self.arguments.append((typ, name, idlflags, default))
119
120
121class DispProperty:

Callers 2

ParseDispatchMethod · 0.95

Calls

no outgoing calls

Tested by 1