GDB (xrefs)
Loading...
Searching...
No Matches
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 = argtypes
 
 return_type = return_type
 
 style = style
 
 default_arg = 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 = argtypes

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

◆ default_arg

make-target-delegates.Entry.default_arg = default_arg

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

◆ return_type

make-target-delegates.Entry.return_type = return_type

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

◆ style

make-target-delegates.Entry.style = style

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


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