enamlnative package

Subpackages

Module contents

Copyright (c) 2017, CodeLV.

Distributed under the terms of the MIT License.

The full license is in the file LICENSE, distributed with this software.

Created on May 20, 2017

@author: jrm

enamlnative.imports(*args, **kwds)[source]

Install the import hook to load python extensions from app’s lib folder during the context of this block.

This method is preferred as it’s faster than using install.

enamlnative.install()[source]

Install the import hook to load extensions from the app Lib folder. Like imports but leaves it in the meta_path, thus it is slower.