MCPcopy
hub / github.com/jipegit/OSXAuditor / StringFromDic

Function StringFromDic

osxauditor.py:1063–1069  ·  view source on GitHub ↗

Return the content of a dictionary

(dic)

Source from the content-addressed store, hash-verified

1061 PrintAndLog('No recent hosts', 'INFO')
1062
1063def StringFromDic(dic):
1064 ''' Return the content of a dictionary '''
1065
1066 Content = u''
1067 for stuff in dic:
1068 Content += stuff + u'\n'
1069 return Content
1070
1071
1072def ParseSysUsers():

Callers 1

ParseSysUsersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected