MCPcopy Create free account
hub / github.com/Moduland/csv2vcf / VCF_adr

Function VCF_adr

csv2vcf/VCF.py:90–101  ·  view source on GitHub ↗

This function add Address :param file: file object :param adr_work: Address :type adr_work:str :param adr_home: Address :type adr_home;str :return: None

(file,adr_work,adr_home)

Source from the content-addressed store, hash-verified

88
89
90def VCF_adr(file,adr_work,adr_home):
91 '''
92 This function add Address
93 :param file: file object
94 :param adr_work: Address
95 :type adr_work:str
96 :param adr_home: Address
97 :type adr_home;str
98 :return: None
99 '''
100 file.write('item1.ADR;type=WORK:;; ' + adr_work + "\n")
101 file.write('item2.ADR;type=HOME;type=pref:;; ' + adr_home + "\n")
102
103def VCF_website(file,website_url):
104 '''

Callers 1

VCF_creatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected