MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / Access

Class Access

modules/engine/basic_meta/ecs/query.py:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4BASE = os.path.dirname(os.path.realpath(__file__).replace("\\", "/"))
5
6class Access(object):
7 def __init__(self, readonly, atomic, order, optional):
8 self.readonly = readonly
9 self.atomic = atomic
10 self.order = order
11 self.optional = optional
12
13# literal grammar:
14# [access]<order>?type'

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected