File: 3946430f5c3048d7d85d5424c4fcb541db50c9c41d5653c977e974351b2f6bc9.py

package info (click to toggle)
python-executing 2.2.0-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,860 kB
  • sloc: python: 10,235; sh: 48; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
class _ProtocolMeta:

    def __instancecheck__(cls):
        ((cls) for attr in _get_protocol_attrs)
        super().__instancecheck__