Main Page
Namespaces
Classes
Files
File List
python-opcua
opcua
compat.py
Go to the documentation of this file.
1
""" Module with Python 2/3 compatibility functions. """
2
3
def
with_metaclass
(Meta, *bases):
4
""" Allows to specify metaclasses in Python 2 and 3 compatible ways.
5
Might not allow
6
"""
7
return
Meta(
"Meta"
, bases, {})
opcua.compat.with_metaclass
def with_metaclass(Meta, bases)
Definition:
compat.py:3
ros_opcua_impl_python_opcua
Author(s): Denis Štogl
, Daniel Draper
autogenerated on Tue Jan 19 2021 03:12:43