golden hour
/usr/lib64/python2.7/site-packages/glib
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
996 B
Del
OK
__init__.pyc
221 B
Del
OK
__init__.pyo
221 B
Del
OK
_glib.so
81.96 KB
Del
OK
option.py
12.85 KB
Del
OK
option.pyc
12.34 KB
Del
OK
option.pyo
12.34 KB
Del
OK
Edit: option.pyo
� �uTc @ s d Z d d l Z d d l Z d d l m Z m Z m Z m Z m Z e j d k rg e Z d � Z n e Z e Z d d l Z e j d Z d d d d d d d d d g Z d e j f d � � YZ d e j f d � � YZ d e j f d � � YZ e Z d S( s, GOption command line parser Extends optparse to use the GOptionGroup, GOptionEntry and GOptionContext objects. So it is possible to use the gtk, gnome_program and gstreamer command line groups and contexts. Use this interface instead of the raw wrappers of GOptionContext and GOptionGroup in glib. i����N( t OptParseErrort OptionErrort OptionValueErrort BadOptionErrort OptionConflictErrori i c C s | j � S( N( t encode( t s( ( s1 /usr/lib64/python2.7/site-packages/glib/option.pyt <lambda>'