File: all-3

package info (click to toggle)
zope.interface 8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,508 kB
  • sloc: python: 14,756; ansic: 1,878; makefile: 140
file content (8 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/usr/bin/python3

import zope.interface
print(zope.interface)

# Make sure the optimization module is importable.
import zope.interface._zope_interface_coptimizations
print(zope.interface._zope_interface_coptimizations)