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

Function VCF_website

csv2vcf/VCF.py:103–113  ·  view source on GitHub ↗

This function add website url :param file: file object :param website_url: URL :type website_url:str :return: None

(file,website_url)

Source from the content-addressed store, hash-verified

101 file.write('item2.ADR;type=HOME;type=pref:;; ' + adr_home + "\n")
102
103def VCF_website(file,website_url):
104 '''
105 This function add website url
106 :param file: file object
107 :param website_url: URL
108 :type website_url:str
109 :return: None
110 '''
111 file.write('item3.URL;type=pref:' + website_url + "\n")
112 file.write("END:VCARD")
113 file.close()
114
115def VCF_Folder(filename):
116 '''

Callers 1

VCF_creatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected