Свойство | Тип | Описание | |
---|---|---|---|
BaseArray | ClassType | ||
BaseClass | ClassType | ||
BaseDict | ClassType | ||
BaseException | ClassType | ||
BaseFile | ClassType | ||
BaseFileInst | InstanceType | ||
BaseFunction | ClassType | ||
BaseList | ClassType | ||
BaseListInst | InstanceType | ||
BaseModule | ClassType | ||
BaseStruct | ClassType | ||
BaseTuple | ClassType | ||
BaseType | ClassType | ||
Builtin | ModuleType | ||
Datetime_date | ClassType | ||
Datetime_datetime | ClassType | ||
Datetime_time | ClassType | ||
Datetime_timedelta | ClassType | ||
Datetime_tzinfo | ClassType | ||
Time_struct_time | InstanceType | ||
builtin_exception_types | string[] | ||
objectType | ClassType |
Метод | Описание | |
---|---|---|
Builtins ( |
||
Initialize ( ) : void | ||
buildArrayType ( ) : void | ||
buildClassType ( ) : void | ||
buildDictType ( ) : void | ||
buildFileType ( ) : void | ||
buildFunctionType ( ) : void | ||
buildListType ( ) : void | ||
buildModuleType ( ) : void | ||
buildNumTypes ( ) : void | ||
buildObjectType ( ) : void | ||
buildStrType ( ) : void | ||
buildTupleType ( ) : void | ||
get ( string name ) : ModuleType | ||
newDataModelUrl ( string path ) : Pytocs.Syntax.Url | ||
newLibUrl ( string path ) : Pytocs.Syntax.Url | ||
newLibUrl ( string module, string name ) : Pytocs.Syntax.Url | ||
newRefUrl ( string path ) : Pytocs.Syntax.Url | ||
newTutUrl ( string path ) : Pytocs.Syntax.Url |
Метод | Описание | |
---|---|---|
buildTypes ( ) : void | ||
getModule ( string name ) : ModuleType | ||
newClass ( string name, |
||
newClass ( string name, |
||
newDict ( DataType ktype, DataType vtype ) : DictType | ||
newException ( string name, |
||
newFunc ( ) : FunType | ||
newFunc ( DataType type ) : FunType | ||
newList ( ) : ListType | ||
newList ( DataType type ) : ListType | ||
newModule ( string name ) : ModuleType | ||
newTuple ( ) : TupleType | ||
newUnion ( ) : UnionType | ||
numUrl ( ) : Pytocs.Syntax.Url |
public Builtins ( |
||
analyzer | ||
Результат | System |
public static newDataModelUrl ( string path ) : Pytocs.Syntax.Url | ||
path | string | |
Результат | Pytocs.Syntax.Url |
public static newLibUrl ( string path ) : Pytocs.Syntax.Url | ||
path | string | |
Результат | Pytocs.Syntax.Url |
public static newLibUrl ( string module, string name ) : Pytocs.Syntax.Url | ||
module | string | |
name | string | |
Результат | Pytocs.Syntax.Url |
public static newRefUrl ( string path ) : Pytocs.Syntax.Url | ||
path | string | |
Результат | Pytocs.Syntax.Url |
public static newTutUrl ( string path ) : Pytocs.Syntax.Url | ||
path | string | |
Результат | Pytocs.Syntax.Url |
public static string[] builtin_exception_types | ||
Результат | string[] |