grongierisc / interoperability-embedded-python

Hack of PEX Python but for Embedded Python
MIT License
13 stars 6 forks source link

verify signature method, get_adapter_type() #12

Closed grongierisc closed 3 months ago

grongierisc commented 1 year ago

reproduce error :

from grongier.pex import BusinessService

class BS(BusinessService):
  def get_adapter_type(cls):
    return "Ens.InboundAdapeter"

notice cls in signature of get_adapter_type