79103411

Date: 2024-10-18 19:20:54
Score: 1
Natty:
Report link

You can implement a function which will check if there are mypyc attributes in the module.

For example:

def check_mypyc(module):
    return hasattr(module, '__mypyc_attrs__')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey