search and filter module variables

This commit is contained in:
debugtalk
2017-09-01 15:18:34 +08:00
parent bf5bc00dcc
commit 83ee357ade
5 changed files with 74 additions and 27 deletions

View File

@@ -21,3 +21,6 @@ class ValidationError(MyBaseError):
class FunctionNotFound(NameError):
pass
class VariableNotFound(NameError):
pass