Метод | Описание | |
---|---|---|
ascii ( CodeContext context, object @object ) : string | ||
hex ( CodeContext context, object number ) : string | ||
oct ( CodeContext context, object number ) : string |
Метод | Описание | |
---|---|---|
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void |
public static ascii ( CodeContext context, object @object ) : string | ||
context | CodeContext | |
@object | object | |
Результат | string |
public static hex ( CodeContext context, object number ) : string | ||
context | CodeContext | |
number | object | |
Результат | string |
public static oct ( CodeContext context, object number ) : string | ||
context | CodeContext | |
number | object | |
Результат | string |