예제 #1
0
파일: alternate.py 프로젝트: Vio8023/moose
def pwe():
    """Print present working element. Convenience function for GENESIS
    users."""
    print _moose.getCwe().getPath()
예제 #2
0
def pwe():
    """Print present working element. Convenience function for GENESIS
    users."""
    print _moose.getCwe().getPath()
예제 #3
0
파일: alternate.py 프로젝트: Vio8023/moose
def getCwe():
    _id = _moose.getCwe()
    obj = NeutralArray(_id)
    return obj
예제 #4
0
def getCwe():
    _id = _moose.getCwe()
    obj = NeutralArray(_id)
    return obj