builtins module is definitely called "builtins".
Although it is fully a module, the BuiltinsModule lives
in the core package because it needs privileged access to
the core implementation that extension modules do not.
| Modifier and Type | Field and Description |
|---|---|
| private static final String | |
| private static final ModuleDef |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| pack-priv static Object | |
| pack-priv static Object | |
| pack-priv static Object | |
| pack-priv static Object | |
| private static Object | |
| pack-priv static Object |
| DEFAULT_WITHOUT_ITERABLE | back to summary |
|---|---|
| private static final String DEFAULT_WITHOUT_ITERABLE | |
| DEFINITION | back to summary |
|---|---|
| private static final ModuleDef DEFINITION | |
| BuiltinsModule | back to summary |
|---|---|
| pack-priv BuiltinsModule() Construct an instance of the | |
| abs | back to summary |
|---|---|
pack-priv static Object abs(Object x) throws Throwable
| |
| len | back to summary |
|---|---|
pack-priv static Object len(Object v) throws Throwable
| |
| max | back to summary |
|---|---|
| pack-priv static Object max(Object arg1, Object key, Object dflt, PyTuple args) throws Throwable Implementation of
| |
| min | back to summary |
|---|---|
| pack-priv static Object min(Object arg1, Object key, Object dflt, PyTuple args) throws Throwable Implementation of
| |
| minmax | back to summary |
|---|---|
| private static Object minmax(Object arg1, PyTuple args, Object key, Object dflt, Comparison op) throws Throwable Implementation of both
min or max result as appropriate
| |
| repr | back to summary |
|---|---|
pack-priv static Object repr(Object obj) throws Throwable
| |