A file-like object or string. The argument is set to a string,
the argument is parsed as a configuration file. If the argument is set
to a file-like object, the data is read and parsed.
Returns
An instance of AppInclude as loaded from a YAML file.
Raises
EmptyConfigurationFile
If there are no documents in the YAML file.
MultipleConfigurationFile
If there is more than one document in the YAML
file.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This function, `LoadAppInclude`, loads a single `AppInclude` object from a configuration file."],["The function accepts either a file-like object or a string as input, which is then parsed as a configuration file."],["It returns an instance of `AppInclude` that has been loaded from a YAML file."],["The function raises an `EmptyConfigurationFile` exception if the YAML file is empty."],["The function raises a `MultipleConfigurationFile` exception if the YAML file contains more than one document."]]],[]]