Skip to content

Commit

Permalink
expose load_data_type_definition in sync wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
oroulet committed Dec 9, 2020
1 parent 2f994cd commit 020f3a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions asyncua/sync.py
Expand Up @@ -128,6 +128,10 @@ def set_password(self, pwd: str):
def load_type_definitions(self, nodes=None):
pass

@syncmethod
async def load_data_type_definitions(self, node=None):
pass

@syncmethod
def set_security(self):
pass
Expand Down

0 comments on commit 020f3a1

Please sign in to comment.