call site 9 for path.local.mkdtemp
path/local/testing/test_local.py - line 122
121
122
123
124
125
126
   def test_mkdtemp_creation(self):
->     d = local.mkdtemp()
       try:
           assert d.check(dir=1)
       finally:
           d.remove(rec=1)