OpenQuizz
Une application de gestion des contenus pédagogiques
setuptools.windows_support Namespace Reference

Functions

def windows_only (func)
 
def hide_file (path)
 

Function Documentation

◆ hide_file()

def setuptools.windows_support.hide_file (   path)
Set the hidden attribute on a file or directory.

From http://stackoverflow.com/questions/19622133/

`path` must be text.

◆ windows_only()

def setuptools.windows_support.windows_only (   func)