Members
struct
Parameters
ParameterDescriptionkwargs
default is {}
Dictionary of arguments.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
struct struct(**kwargs)
s = struct(x = 2, y = 3)
return s.x + getattr(s, "y") # returns 5
kwargs
default is {}
Dictionary of arguments.