File: all-3

package info (click to toggle)
zope.interface 7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,516 kB
  • sloc: python: 14,848; ansic: 1,878; makefile: 144
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)