GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
make-target-delegates.Entry Class Reference

Public Member Functions

 __init__ (self, List[str] argtypes, str return_type, str style, str default_arg)
 

Public Attributes

 argtypes
 
 return_type
 
 style
 
 default_arg
 

Detailed Description

Definition at line 96 of file make-target-delegates.py.

Constructor & Destructor Documentation

◆ __init__()

make-target-delegates.Entry.__init__ ( self,
List[str] argtypes,
str return_type,
str style,
str default_arg )

Definition at line 97 of file make-target-delegates.py.

Member Data Documentation

◆ argtypes

make-target-delegates.Entry.argtypes

Definition at line 100 of file make-target-delegates.py.

◆ default_arg

make-target-delegates.Entry.default_arg

Definition at line 103 of file make-target-delegates.py.

◆ return_type

make-target-delegates.Entry.return_type

Definition at line 101 of file make-target-delegates.py.

◆ style

make-target-delegates.Entry.style

Definition at line 102 of file make-target-delegates.py.


The documentation for this class was generated from the following file: