当前位置: 首页>>代码示例>>Python>>正文


Python types模块代码示例

types共有48个方法/函数/属性,点击链接查看相应的源代码示例。

1. types.MethodType() ,830个项目使用

2. types.ModuleType() ,756个项目使用

3. types.FunctionType() ,741个项目使用

4. types.GeneratorType() ,451个项目使用

5. types.ClassType() ,379个项目使用

6. types.SimpleNamespace() ,247个项目使用

7. types.CodeType() ,201个项目使用

8. types.BuiltinFunctionType() ,180个项目使用

9. types.StringType() ,178个项目使用

10. types.TracebackType() ,166个项目使用

11. types.InstanceType() ,148个项目使用

12. types.LambdaType() ,132个项目使用

13. types.IntType() ,127个项目使用

14. types.ListType() ,124个项目使用

15. types.UnicodeType() ,118个项目使用

16. types.FrameType() ,108个项目使用

17. types.TupleType() ,107个项目使用

18. types.MappingProxyType() ,103个项目使用

19. types.StringTypes() ,98个项目使用

20. types.BuiltinMethodType() ,87个项目使用

21. types.NoneType() ,82个项目使用

22. types.LongType() ,81个项目使用

23. types.FloatType() ,70个项目使用

24. types.DictType() ,69个项目使用

25. types.BooleanType() ,60个项目使用

26. types.TypeType() ,60个项目使用

27. types.MemberDescriptorType() ,43个项目使用

28. types.GetSetDescriptorType() ,38个项目使用

29. types.FileType() ,36个项目使用

30. types.ComplexType() ,31个项目使用

31. types.UnboundMethodType() ,30个项目使用

32. types.AsyncGeneratorType() ,29个项目使用

33. types.CoroutineType() ,28个项目使用

34. types.new_class() ,26个项目使用

35. types.SliceType() ,23个项目使用

36. types.coroutine() ,17个项目使用

37. types.append() ,17个项目使用

38. types.resolve_bases() ,15个项目使用

39. types.ObjectType() ,15个项目使用

40. types.DictProxyType() ,12个项目使用

41. types.DictionaryType() ,12个项目使用

42. types.DynamicClassAttribute() ,10个项目使用

43. types.NotImplementedType() ,9个项目使用

44. types.insert() ,7个项目使用

45. types.xhtml() ,6个项目使用

46. types.MethodWrapperType() ,5个项目使用

47. types.MethodDescriptorType() ,5个项目使用

48. types.XRangeType() ,5个项目使用



注:本文中的示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。