aboutsummaryrefslogtreecommitdiff
path: root/neb/__init__.py
diff options
context:
space:
mode:
authormryouse2022-07-06 02:20:31 +0000
committermryouse2022-07-06 02:20:31 +0000
commit7ffeef0faef3fbc389069df853109afc76260f0d (patch)
tree49ada711455659e8112e93729b42b39f3d050f0f /neb/__init__.py
parent800d04b014e90596dcad2d3a283da4b1e274a14f (diff)
parent276dd853729a7c71ef4805786793bbc8f651b00d (diff)
Merge branch 'master' into feature/listtypes
Diffstat (limited to 'neb/__init__.py')
-rw-r--r--neb/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/neb/__init__.py b/neb/__init__.py
index 0542d0d..42e1d00 100644
--- a/neb/__init__.py
+++ b/neb/__init__.py
@@ -189,6 +189,7 @@ class TypeWrap:
self.name = ALL_TYPES[name]
self.parent = parent
self.is_func = is_func
+ self.type_ = TypeEnum.TYPE
def validate_type(self, target, env, ns):
# if it's an any type, it's valid