src/pylib/builtins/attr

Search:
Group by:
Source   Edit  

Macros

macro getattr(x; attr: static[string]): untyped
Source   Edit  
macro getattr(x; attr: static[string]; default): untyped
Source   Edit  
macro hasattr(x; attr: static[string]): bool
Source   Edit  
macro setattr(x; attr: static[string]; val)
Source   Edit