- 
    內置函数
      
        - __import__
 
        - __import__()
 
        - abs, [1]
 
        - abs()
 
        - aiter()
 
        - all()
 
        - anext()
 
        - any()
 
        - ascii
 
        - ascii()
 
        - bin()
 
        - breakpoint()
 
        - bytes, [1]
 
        - callable()
 
        - chr
 
        - chr()
 
        - classmethod
 
        - classmethod()
 
        - compile, [1], [2], [3]
 
        - compile()
 
        - complex, [1]
 
        - create_shortcut()
 
        - delattr()
 
        - dir()
 
        - directory_created()
 
        - divmod, [1], [2]
 
        - divmod()
 
        - enumerate()
 
        - eval, [1], [2], [3], [4]
 
        - eval()
 
        - exec, [1], [2]
 
        - exec()
 
        - file_created()
 
        - filter()
 
        - float, [1], [2]
 
        - format()
 
        - get_special_folder_path()
 
        - getattr()
 
        - globals()
 
        - hasattr()
 
        - hash, [1], [2], [3]
 
        - hash()
 
        - help
 
        - help()
 
        - hex()
 
        - id
 
        - id()
 
        - input()
 
        - int, [1], [2]
 
        - isinstance()
 
        - issubclass()
 
        - iter()
 
        - len, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11]
 
        - len()
 
        - locals()
 
        - map()
 
        - max
 
        - max()
 
        - min
 
        - min()
 
        - multiprocessing.Manager()
 
        - next()
 
        - oct()
 
        - open, [1]
 
        - open()
 
        - ord
 
        - ord()
 
        - pow, [1], [2], [3], [4], [5]
 
        - pow()
 
        - print
 
        - print()
 
        - range
 
        - repr, [1], [2], [3]
 
        - repr()
 
        - reversed()
 
        - round
 
        - round()
 
        - setattr()
 
        - slice, [1]
 
        - sorted()
 
        - staticmethod
 
        - staticmethod()
 
        - sum()
 
        - tuple, [1]
 
        - type, [1], [2], [3]
 
        - vars()
 
        - xml.etree.ElementInclude.default_loader()
 
        - xml.etree.ElementInclude.include()
 
        - zip()
 
        
    |