function: test.ensuretemp

 return temporary directory path with
        the given string as the trailing part. 
    
def ensuretemp(string, dir=1): 

origin:<UNKNOWN>

where:

function source:

def ensuretemp(string, dir=1): 
    """ return temporary directory path with
        the given string as the trailing part. 
    """ 
    global basetemp
    if basetemp is None: 
        basetemp = py.path.local.make_numbered_dir(prefix='pytest-')
    return basetemp.ensure(string, dir=dir) 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/apigen/source/testing/test_browser.py

traceback test.ensuretemp.0

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_collect.py

traceback test.ensuretemp.1

called in /home/johnny/projects/merlinux/py/dist/py/apigen/source/testing/test_browser.py

traceback test.ensuretemp.2

called in /home/johnny/projects/merlinux/py/dist/py/apigen/source/testing/test_html.py

traceback test.ensuretemp.3

called in /home/johnny/projects/merlinux/py/dist/py/documentation/test_conftest.py

traceback test.ensuretemp.4

called in /home/johnny/projects/merlinux/py/dist/py/path/local/testing/test_local.py

traceback test.ensuretemp.5

called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py

traceback test.ensuretemp.6

called in /home/johnny/projects/merlinux/py/dist/py/apigen/rest/testing/test_rest.py

traceback test.ensuretemp.7

called in /home/johnny/projects/merlinux/py/dist/py/test/testing/test_session.py

traceback test.ensuretemp.8

called in /home/johnny/projects/merlinux/py/dist/py/path/local/testing/test_local.py

traceback test.ensuretemp.9

called in /home/johnny/projects/merlinux/py/dist/py/rest/testing/test_rst.py

traceback test.ensuretemp.10

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/svntestbase.py

traceback test.ensuretemp.11

called in /home/johnny/projects/merlinux/py/dist/py/path/local/testing/test_posix.py

traceback test.ensuretemp.12

called in /home/johnny/projects/merlinux/py/dist/py/execnet/testing/test_gateway.py

traceback test.ensuretemp.13

called in /home/johnny/projects/merlinux/py/dist/py/path/local/testing/test_local.py

traceback test.ensuretemp.14

called in /home/johnny/projects/merlinux/py/dist/py/misc/testing/test_initpkg.py

traceback test.ensuretemp.15

called in /home/johnny/projects/merlinux/py/dist/py/magic/testing/test_autopath.py

traceback test.ensuretemp.16

called in /home/johnny/projects/merlinux/py/dist/py/path/local/testing/test_local.py

traceback test.ensuretemp.17

called in /home/johnny/projects/merlinux/py/dist/py/misc/testing/test_svnlook.py

traceback test.ensuretemp.18

called in /home/johnny/projects/merlinux/py/dist/py/apigen/source/testing/test_html.py

traceback test.ensuretemp.19

called in /home/johnny/projects/merlinux/py/dist/py/path/local/testing/test_local.py

traceback test.ensuretemp.20