コード例 #1
0
ファイル: _internal.py プロジェクト: 8848/Pymol-script-repo
def _reconstruct(subtype, shape, dtype):
    from multiarray import ndarray
    return ndarray.__new__(subtype, shape, dtype)
コード例 #2
0
def _reconstruct(subtype, shape, dtype):
    from multiarray import ndarray
    return ndarray.__new__(subtype, shape, dtype)
コード例 #3
0
def _reconstruct(subtype, shape, dtype):
    return ndarray.__new__(subtype, shape, dtype)