xcffib-1.6.1: A cffi-based python binding for X
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.XCB.Python.PyHelpers

Synopsis

Documentation

mkCall :: PseudoExpr a => a -> [Expr] -> Expr Source #

mkName :: String -> Expr Source #

Make an Expr out of a string like "foo.bar" describing the name.

mkAttr :: String -> Expr Source #

Make an attribute access, i.e. self.string.