Chinaunix

标题: 文档里怎么找函数去哪看 [打印本页]

作者: xinshou6    时间: 2020-05-23 07:27
标题: 文档里怎么找函数去哪看
struct.py
__all__ = [
    # Functions
    'calcsize', 'pack', 'pack_into', 'unpack', 'unpack_from',
    'iter_unpack',

    # Classes
    'Struct',

    # Exceptions
    'error'
    ]

from _struct import *
from _struct import _clearcache
from _struct import __doc__


我从哪里找unpack定义 from的_struct 没搜到谢谢





欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2