Movatterモバイル変換


[0]ホーム

URL:


[][src]Type Definitionrustpython_vm::pyobject::PyAttributes

type PyAttributes =HashMap<String,PyObjectRef>;

For attributes we do not use a dict, but a hashmap. This is probablyfaster, unordered, and only supports strings as keys.TODO: class attributes should maintain insertion order (use IndexMap here)


[8]ページ先頭

©2009-2025 Movatter.jp