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